home *** CD-ROM | disk | FTP | other *** search
/ Champak 103 / Vol 103.iso / games / tontie_h.swf / scripts / DefineSprite_305 / frame_2 / DoAction.as
Text File  |  2010-03-13  |  139b  |  12 lines

  1. play();
  2. _root.sound("panel");
  3. i = 1;
  4. while(i <= 9)
  5. {
  6.    with(eval("_root.d" + i))
  7.    {
  8.       gotoAndStop("off");
  9.    }
  10.    i++;
  11. }
  12.